Add SILO standards landing page under Hardware - #85
Merged
Conversation
Adds the SILO (Sustainability Interoperability Layer for Operations) standards page, listed above WDPC and Open19 in the Hardware nav section and standards index, mirroring the existing hardware standards page structure.
✅ Deploy Preview for green-software-foundation ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
/standards/silo/, following the same structure/pattern as the existing WDPC and Open19 hardware standards pages.src/lib/nav-items.ts) and the standards index page's "Current Standards & Projects" grid (src/pages/standards/index.astro).docs/pages/standards.mdto document the new hardware standards page, per the project's docs-must-stay-in-sync convention.The page content (hero copy, architecture breakdown, use cases, audience sections) is drawn from the SILO project proposal, and reuses WDPC's icon/illustration assets as placeholders (matching how Open19 was launched) until dedicated SILO artwork is available. The page looks up its project metadata via
projects.find(p => p.slug === "silo"), matching the existing pattern, so the lifecycle badge and parent working group will populate automatically from theSILOentry now present in the Notion PWCIs database.Test plan
/standards/silo/and/standards/return 200 and render correctlynpm run build:fullfetches the live SILO entry from NotionGenerated by Claude Code